.content .swiper-container img {
  width: 100%;
}
body {
  padding-bottom: 80px;
}
.content {
  width: 100%;
  overflow: hidden;
}
.swiper-container {
  width: 960px;
  height: 344px;
  margin-bottom: 20px;
  overflow: visible !important;
}
.swiper-container .swiper-wrapper .swiper-slide {
  width: 960px;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 344px;
  opacity: 1;
}
.swiper-container .swiper-wrapper .swiper-slide-prev {
  margin-top: 18px;
  height: 315px !important;
  opacity: 0.5;
  /* margin-right: 32px !important; */
}
.swiper-container .swiper-wrapper .swiper-slide-prev img {
  height: 315px !important;
  opacity: 0.5;
}
.swiper-container .swiper-wrapper .swiper-slide-next {
  margin-top: 18px;
  height: 315px !important;
}
.swiper-container .swiper-wrapper .swiper-slide-next img {
  height: 315px !important;
  opacity: 0.5;
}
.swiper-container .swiper-wrapper .swiper-slide-active {
  width: 960px;
  height: 416px;
  /* margin-right: 32px !important; */
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #bcbcbc;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 21px;
  height: 10px;
  background: #01b4b4;
  border-radius: 6px;
}
.swiper-button-next,
.swiper-button-prev {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 22px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -74px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -74px;
}

/* 文章 */
.artice {
  display: flex;
  justify-content: space-between;
}
.artice a {
  display: block;
  width: 32%;
  height: 174px;
  box-shadow: 2px 2px 7px 0px rgba(88, 88, 88, 0.49);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.artice a img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  transition: all 0.4s;
}
.artice a:hover {
  box-shadow: 2px 2px 7px 0px rgba(88, 88, 88, 0.9);
}
.artice a:hover img {
  width: 110%;
  height: 110%;
}
.arTitle {
  height: 29px;
  font-size: 22px;
  color: #000000;
  line-height: 29px;
  padding-left: 40px;
  background: url(../images2021/icon4.png) left center no-repeat;
  background-size: 30px 30px;
  margin: 20px 0;
}
.arTitle.totiao {
  background-image: url(../images2021/icon1.png);
}
.arTitle.video {
  background-image: url(../images2021/icon2.png);
}
.arTitle.img {
  background-image: url(../images2021/icon3.png);
}

.arTitle.chao {
  background-image: url(../images2021/icon5.png);
}
.arTitle .more {
  float: right;
  color: #17bbbb;
  font-size: 14px;
}

.arTitle .search {
  padding: 7px 0;
}
.arTitle .search label {
  cursor: pointer;
  width: 222px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  /* padding-right: 40px; */
  vertical-align: middle;
  display: inline-block;
  background: url(../images2021/search.png) 190px center no-repeat;
  background-size: 16px 16px;
}
.arTitle .search label span {
  border-left: 1px solid #cdcdcd;
  height: 17px;
  line-height: 17px;
  float: left;
  margin-top: 8px;
}
.arTitle .search input {
  width: 180px;
  height: 36px;
  box-sizing: border-box;
  float: left;

  padding-left: 10px;
}



.toutiao {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.toutiao .item {
  width: 49%;
  height: 337px;
  background: #ffffff;
  margin-bottom: 20px;
}
.toutiao .item .item-img {
  width: 100%;
  height: 265px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.toutiao .item .item-img img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  transition: all 0.4s;
}
.toutiao .item .item-img:hover img {
  width: 110%;
  height: 110%;
}
.toutiao .item-text {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  padding: 0 12px;
  height: 48px;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.item-bottom.person {
  font-size: 12px;
  color: #999;
  display: flex;
  padding: 0 12px;
  justify-content: space-between;
}
.item-bottom.person .left,
.item-bottom.person .right {
  display: flex;
  align-items: center;
}
.item-bottom.person .left {
  flex: 1;
}
.item-bottom.person .left > div {
  margin-right: 8px;
}
.item-bottom.person .head {
  width: 24px;
  height: 24px;
  border: 1px solid #01b9b9;
  overflow: hidden;
  border-radius: 50%;
}

.item-bottom.person .head img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  vertical-align: middle;
}
.item-bottom.person .comment,
.item-bottom.person .praise {
  background: url(../images2021/ico2.png) left center no-repeat;
  padding-left: 21px;
  background-size: 15px;
}
.item-bottom.person .praise {
  background-image: url(../images2021/ico3.png);
  margin-left: 10px;
}

/* 头条 */
.toutiao1 {
  display: flex;
  background-color: #fff;
  padding: 15px;
  justify-content: space-between;
}
.toutiao1 > .item {
  width: 47%;
}
.toutiao1 .top .animateImg {
  width: 100%;
  height: 256px;
  border-radius: 10px;
}
.toutiao1 .top .tip {
  position: absolute;
  padding: 0 15px;
  left: 15px;
  top: 15px;
  height: 30px;
  line-height: 30px;
  background-color: #00b1b1;
  color: #fff;
  z-index: 1;
  border-radius: 4px;
}
.toutiao1 .top .tip.blue {
  background-color: #538fff;
}
.toutiao1 .bottom {
  padding: 15px 0;
}
.toutiao1 .bottom a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333;
  position: relative;
  padding: 9px 10px 9px 0px;
  display: block;
}
.toutiao1 .bottom a:not(.bottom-title) {
  padding-left: 30px;
}
.toutiao1 .bottom a:not(.bottom-title):hover {
  color: #eb2e2e;
}
.toutiao1 .bottom a:not(.bottom-title)::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border: 1px solid #333;
  border-radius: 50%;
  left: 10px;
  top: 50%;
  transform: rotateY(-50%);
}

.toutiao1 .bottom .bottom-title {
  font-weight: 600;
  color: #eb2e2e;
  font-size: 20px;
}

/* 视频 */
.video {
  display: flex;
}
.video .left {
  width: 60%;
}
.video .left .video-box {
  width: 100%;
  height: 324px;
}
.video .video-box .video-js .vjs-big-play-button {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.video .text {
  height: 50px;
  background: #000000;
  color: #fff;
  font-size: 14px;
  height: 41px;
  line-height: 41px;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video .right {
  width: 40%;
  overflow-y: auto;
  background: #000;
  height: 365px;
}
.video .right .item {
  display: flex;
  color: #fff;
}
.video .right .item:hover,
.video .right .item.active {
  color: #01b4b4;
}
.video .right .item .img {
  position: relative;
}
.video .right .item .img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.5s;
}
.video .right .item:hover .img::after,
.video .right .item.active .img::after {
  background: rgba(1, 180, 180, 0.4);
}
.video .right .item img {
  width: 195px;
  height: 110px;
}

.video .right .item .detail {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333333;
  padding-left: 12px;
}
.pic {
  display: flex;
}
.pic .right {
  width: 36.5%;
  padding-left: 32px;
}
.pic .left {
  flex: 1;
}
.pic .left .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pic .left .item {
  background: #fff;
  font-size: 14px;
  color: #333;
  margin-bottom: 16px;
}
.pic .left .item .img-box {
  width: 280px;
  height: 165px;
}
.pic .left .item img {
  width: 280px;
  height: 165px;
  object-fit: fill;
}
.pic .left .item p {
  width: 280px;
  box-sizing: border-box;
  height: 53px;
  line-height: 53px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pic .right .item {
  display: block;
  width: 100%;
  height: 151px;
  position: relative;
}
.pic .right .item::after {
  content: '';
  width: 34px;
  height: 28px;
  background: url('../images2021/ico1.png') left top no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 12px;
  top: 12px;
}
.pic .right .img-box,
.pic .right img {
  width: 100%;
  height: 100%;
}
.pic .right .bottom {
  width: 100%;
  height: 52px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(
          180deg,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 0.6) 100%
  );
  color: #fff;
  padding-top: 18px;
  box-sizing: border-box;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
  font-size: 14px;
}
/* 行业新闻 */
.recommend {
  display: flex;
  align-items: flex-start;
}
.recommend .left-box {
  flex: 1;
  overflow: hidden;
}
.recommend .left-box .item {
  width: 100%;
  display: flex;
  background: #fff;
  margin-bottom: 20px;
}

.recommend .left-box .img {
  width: 335px;
  height: 168px;

  position: relative;
  transition: 0.4s all;
  overflow: hidden;
}
.recommend .img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s all;
}
.recommend .left-box .item {
  height: 168px;
  overflow: hidden;
}
.recommend .item:hover .img::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.recommend .item:hover .img img {
  width: 450px;
  height: 226px;
}
.recommend .left-box .detail {
  flex: 1;
  padding: 30px 26px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.4s all;
  /* font-size: 16px; */
}
.recommend .item:hover .detail {
  padding-right: 47px;
  padding-left: 10px;
}
.recommend .left-box .detail > p {
  width: 100%;
}
.recommend .right-box {
  width: 260px;
  margin-left: 32px;
  position: relative;
}
.recommend .right-box .item-box {
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  font-size: 13px;
  padding: 6px 18px 16px;
  margin-bottom: 20px;
  color: #8c8c8c;
}
.recommend .item-bottom.person {
  padding: 0;
}

.recommend .right-box .title {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #17bbbb;
  padding: 20px 0px 20px 28px;
  background: url('../images2021/icon6.png') left center no-repeat;
  background-size: 28px 28px;
  line-height: 28px;
}
.recommend .right-box .title.icon7 {
  background-image: url('../images2021/icon7.png');
}
.recommend .right-box .title.icon8 {
  background-image: url('../images2021/icon8.png');
}
.recommend .right-box .item {
  display: block;
  line-height: 1.5;
  color: #8c8c8c;
  margin-bottom: 20px;
}
.recommend .right-box .item:hover {
  color: #17bbbb;
}
.recommend .right-box .more {
  color: #17bbbb;
  font-size: 13px;
}

/* 弹窗广告 */
.mark {
  width: 886px;
  height: 498px;
  border: 1px solid #979797;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.mark a,
.mark img {
  width: 100%;
  height: 100%;
}
.mark img {
  object-fit: fill;
}
.mark .close {
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 28px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

body .left-sver,
body .right-sver {
  top: 308px;
}
.footer {
  color: #999999;
  font-size: 12px;
  position: relative;
  padding-top: 10px;
}
.footer a {
  color: #999;
}
.footer a:hover {
  color: #01b4b4;
}
.footer img {
  width: 18px;
  height: 18px;
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ecdada;
  padding-top: 24px;
  padding-bottom: 20px;
}
.footer .footer-top div,
.footer .footer-top a {
  background: #fff;
  padding: 7px;
  border-radius: 50%;
  display: inline-block;
}
.footer.ps {
  width: 260px;
  position: fixed;
  top: 84px;
  right: 0;
}
.footer .footer-content {
  display: flex;
}
.footer .footer-content > div {
  flex: 2;
}

.footer .footer-content > div:nth-child(2) {
  flex: 1;
}
.footer .footer-content a {
  display: block;
  margin-bottom: 5px;
}
.footer .footer-content p {
  margin-bottom: 5px;
}
.footer .footer-title {
  font-size: 14px;
  padding-left: 18px;
  background: url(../images2021/footer6.png) left center no-repeat;
  background-size: 15px 15px;
  margin-bottom: 10px;
}
.footer .footer-title.gfan {
  background-image: url(../images2021/footer5.png);
}
.footer-bottom {
  margin-top: 30px;
  line-height: 1.8;
  font-size: 10px;
}

.recommend-more {
  padding-top: 40px;
  color: #17bbbb;
  /* text-decoration: underline; */
  text-align: center;
  line-height: 2;
}
.recommend-more span {
  border-bottom: 1px solid #17bbbb;
  cursor: pointer;
}
